type go/types.operandMode

8 uses

	go/types (current package)
		api.go#L384: 	mode  operandMode
		check.go#L65: 	mode  operandMode
		check.go#L244: func (check *Checker) rememberUntyped(e ast.Expr, lhs bool, mode operandMode, typ *Basic, val constant.Value) {
		check.go#L572: func (check *Checker) recordTypeAndValueInSyntax(x ast.Expr, mode operandMode, typ Type, val constant.Value) {
		operand.go#L22: type operandMode byte
		operand.go#L25: 	invalid   operandMode = iota // operand is invalid
		operand.go#L60: 	mode operandMode
		recording.go#L59: func (check *Checker) recordTypeAndValue(x ast.Expr, mode operandMode, typ Type, val constant.Value) {